FederatedJobWorker

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var timer: ERROR CLASS: Unresolved name: Timer

Functions

Link copied to clipboard
fun allocate(size: Int): Int
Link copied to clipboard
suspend fun doWork(bytes: ByteArray): ERROR CLASS: Symbol not found for Result<kotlin/Boolean>
suspend fun doWork(url: String): ERROR CLASS: Symbol not found for Result<kotlin/Boolean>
Link copied to clipboard
suspend fun doWorkFromAssets(path: String): ERROR CLASS: Symbol not found for Result<kotlin/Boolean>
Link copied to clipboard
fun formatTime(millisInFuture: Long): String
Link copied to clipboard
Link copied to clipboard
fun readData(offset: Int): ByteArray
Link copied to clipboard
suspend fun startFederatedJob(url: String)
Link copied to clipboard